func github.com/andybalholm/brotli.updateZopfliNode

3 uses

	github.com/andybalholm/brotli (current package)
		backward_references_hq.go#L226: func updateZopfliNode(nodes []zopfliNode, pos uint, start_pos uint, len uint, len_code uint, dist uint, short_code uint, cost float32) {
		backward_references_hq.go#L448: 						updateZopfliNode(nodes, pos, start, l, l, backward, j+1, cost)
		backward_references_hq.go#L503: 						updateZopfliNode(nodes, pos, start, uint(len), len_code, dist, 0, cost)